projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19998f1
)
(dired-pop-to-buffer): Fix last fix.
author
Martin Rudalics
<rudalics@gmx.at>
Fri, 15 May 2009 18:14:03 +0000
(18:14 +0000)
committer
Martin Rudalics
<rudalics@gmx.at>
Fri, 15 May 2009 18:14:03 +0000
(18:14 +0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 0ccf4b128c4aa5871dd69f02a62f2cb1458d6ccc..55c1245b1fa591f3e81fc88829f91f1ebba2dbcc 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-2688,7
+2688,8
@@
name, or the marker and a count of marked files."
"Pop up buffer BUF in a way suitable for Dired."
(let ((split-window-preferred-function
(lambda (window)
- (or (and (window-splittable-p (selected-window))
+ (or (and (let ((split-height-threshold 0))
+ (window-splittable-p (selected-window)))
;; Try to split the selected window vertically if
;; that's possible. (Bug#1806)
(split-window-vertically))